From d3f25451a6f2f4c07c3e47d9a92a5917ca8b1e10 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Tue, 2 May 2017 14:13:05 +0200 Subject: Yarn --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-54-g00ecf