Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
c2535322
Commit
c2535322
authored
Nov 14, 2012
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Travis] Need to wait a bit longer for standard Ruby 2 support.
parent
126982b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+3
-2
No files found.
.travis.yml
View file @
c2535322
...
@@ -2,14 +2,15 @@ language: ruby
...
@@ -2,14 +2,15 @@ language: ruby
rvm
:
rvm
:
-
1.8.7
-
1.8.7
-
1.9.3
-
1.9.3
-
2.0.0
# Not in Travis non-pro yet
#- 2.0.0
# Rubinius in 1.8 mode on Travis does not work. It complains about st_data_t etc in Xcodeproj.
# Rubinius in 1.8 mode on Travis does not work. It complains about st_data_t etc in Xcodeproj.
#- rbx-18mode
#- rbx-18mode
-
rbx-19mode
-
rbx-19mode
matrix
:
matrix
:
allow_failures
:
allow_failures
:
-
rvm
:
rbx-19mode
-
rvm
:
rbx-19mode
-
rvm
:
2.0.0
#
- rvm: 2.0.0
install
:
NOEXEC=skip rake travis:setup
install
:
NOEXEC=skip rake travis:setup
script
:
bundle exec rake spec
script
:
bundle exec rake spec
notifications
:
notifications
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment