We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298e3a7 commit 3d6fb21Copy full SHA for 3d6fb21
.travis.yml
@@ -1,11 +1,10 @@
1
2
---
3
-matrix:
4
- include:
5
- - os: linux
6
- sudo: false
7
- dist: trusty
8
- - os: osx
+os:
+ - linux
+ - osx
+
+sudo: false
9
10
language: elixir
11
elixir:
@@ -30,8 +29,5 @@ env:
30
29
- EXECJS_RUNTIME=Rhino
31
32
before_install:
33
- - |
34
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
35
- brew update;
36
- brew install node spidermonkey rhino;
37
- fi
+ - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
+ - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install node spidermonkey rhino; fi
0 commit comments