Skip to content

Commit 3d6fb21

Browse files
committed
Try again
1 parent 298e3a7 commit 3d6fb21

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.travis.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11

22
---
3-
matrix:
4-
include:
5-
- os: linux
6-
sudo: false
7-
dist: trusty
8-
- os: osx
3+
os:
4+
- linux
5+
- osx
6+
7+
sudo: false
98

109
language: elixir
1110
elixir:
@@ -30,8 +29,5 @@ env:
3029
- EXECJS_RUNTIME=Rhino
3130

3231
before_install:
33-
- |
34-
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
35-
brew update;
36-
brew install node spidermonkey rhino;
37-
fi
32+
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
33+
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install node spidermonkey rhino; fi

0 commit comments

Comments
 (0)