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 3d6fb21 commit ad82e3fCopy full SHA for ad82e3f
.travis.yml
@@ -1,18 +1,18 @@
1
-
2
---
3
-os:
4
- - linux
5
- - osx
6
7
sudo: false
8
9
language: elixir
10
elixir:
11
- 1.7.2
12
- - 1.6.5
+ - 1.6.6
13
otp_release:
14
- 21.0
15
- - 20.0
+ - 20.3
+
+cache:
+ directories:
+ - "$HOME/.hex/packages/hexpm"
+ - "$HOME/Library/Caches/Homebrew"
16
17
addons:
18
apt:
@@ -27,7 +27,3 @@ env:
27
- EXECJS_RUNTIME=SpiderMonkey
28
- EXECJS_RUNTIME=JavaScriptCore
29
- EXECJS_RUNTIME=Rhino
30
31
-before_install:
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