Skip to content

Commit c5239c9

Browse files
committed
More work on Travis-CI config.
1 parent cf34132 commit c5239c9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
before_install:
2-
- "if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y rabbitmq-server && sudo /usr/sbin/rabbitmq-server -detached; fi"
3-
- "if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install rabbitmq && sudo /usr/local/sbin/rabbitmq-server -detached; fi"
2+
- "sudo apt-get update"
3+
- "sudo apt-get install -y rabbitmq-server"
4+
- "sudo /usr/sbin/rabbitmq-server -detached"
45

56
before_script:
67
"rake vendor && rake codegen:ffi"
@@ -14,9 +15,6 @@ rvm:
1415
- 2.1
1516
- 2.2
1617
- rbx-2
17-
os:
18-
- linux
19-
- osx # Note that Travis is not actually accepting OSX builds right now - http://docs.travis-ci.com/user/multi-os/#We-are-not-currently-accepting-multi-OS-requests
2018

2119
notifications:
2220
email: false

0 commit comments

Comments
 (0)