diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2c6d744..f9bcfe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,6 @@ language: node cache: yarn before_install: - - pip install --user hererocks - - hererocks lua53 -l5.3 -rlatest --cflags="-DLUA_INT_TYPE=LUA_INT_INT" - - source lua53/bin/activate - nvm install node - export NODE=$(nvm which node) - export NPM=${NODE%node}npm |