Skip to content

Commit 20b82cb

Browse files
committed
Fix travis dependencies failure
1 parent 5f9d47b commit 20b82cb

3 files changed

Lines changed: 22 additions & 7 deletions

File tree

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: objective-c
22
before_install:
33
- ruby --version
44
- sudo chown -R travis ~/Library/RubyMotion
5-
rvm:
6-
- "1.9.3"
7-
script: bundle exec rake spec
5+
- mkdir -p ~/Library/RubyMotion/build
6+
- sudo motion update
7+
gemfile:
8+
- Gemfile
9+
script:
10+
- bundle exec rake spec

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

33
gem "rake"
4-
gem "bubble-wrap"
54
gem "motion-stump", '~>0.2'
5+
gemspec

Gemfile.lock

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1+
PATH
2+
remote: .
3+
specs:
4+
motion_model (0.6.0)
5+
bubble-wrap (>= 1.3.0)
6+
motion-support (>= 0.1.0)
7+
18
GEM
29
remote: https://rubygems.org/
310
specs:
4-
bubble-wrap (1.4.0)
11+
bubble-wrap (1.7.1)
12+
bubble-wrap-http (= 1.7.1)
13+
bubble-wrap-http (1.7.1)
14+
motion-require (0.2.0)
515
motion-stump (0.3.0)
6-
rake (10.1.0)
16+
motion-support (0.2.6)
17+
motion-require (>= 0.0.6)
18+
rake (10.3.2)
719

820
PLATFORMS
921
ruby
1022

1123
DEPENDENCIES
12-
bubble-wrap
1324
motion-stump (~> 0.2)
25+
motion_model!
1426
rake

0 commit comments

Comments
 (0)