Skip to content

Commit cb91e2d

Browse files
author
Derek Melchin
committed
Add travis file
1 parent 0857531 commit cb91e2d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: objective-c
2+
before_install:
3+
- (ruby --version)
4+
- sudo chown -R travis ~/Library/RubyMotion
5+
- mkdir -p ~/Library/RubyMotion/build
6+
- sudo motion update
7+
gemfile:
8+
- Gemfile
9+
script:
10+
- bundle install
11+
- bundle exec rake clean
12+
- bundle exec rake spec

0 commit comments

Comments
 (0)