summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cbcdf44e..61ced7a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,10 @@ dist: trusty
node_js:
- 6
- 7
- - lts/boron
env:
- CXX=g++-4.8
cache: yarn
+
+before_install:
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
+ - export PATH="$HOME/.yarn/bin:$PATH"