diff options
author | daurnimator <quae@daurnimator.com> | 2017-06-18 23:52:24 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-06-19 00:09:50 +1000 |
commit | 61997410c91b75b0bc54790dbed9ea104854df01 (patch) | |
tree | 739784268ded206aa2a4962056e40d356aa87e0e /.travis.yml | |
parent | eb7c47e537361ed8119b478afea49dedd6887983 (diff) | |
download | fengari-61997410c91b75b0bc54790dbed9ea104854df01.tar.gz fengari-61997410c91b75b0bc54790dbed9ea104854df01.tar.bz2 fengari-61997410c91b75b0bc54790dbed9ea104854df01.zip |
.travis.yml: No need to install lua
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 |