summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index cc679aa..6004cb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: node
+cache: yarn
+
before_install:
- pip install --user hererocks
- hererocks lua53 -l5.3 -rlatest --cflags="-DLUA_INT_TYPE=LUA_INT_INT"
@@ -7,12 +9,13 @@ before_install:
- nvm install node
- export NODE=$(nvm which node)
- export NPM=${NODE%node}npm
+ - $NPM install -g yarn
install:
- - $NPM i
+ - yarn
script:
- - $NPM t
+ - yarn test
notifications:
email: false