Skip to content

Commit

Permalink
Avoid testing on RingoJS.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Jun 23, 2020
1 parent ef6629d commit bfcfabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
matrix:
-
- BIN=phantomjs
- BIN=ringo
# - BIN=ringo

matrix:
include:
Expand Down Expand Up @@ -61,7 +61,7 @@ before_install:
wget https://github.com/ringo/ringojs/releases/download/v$RINGOJS_VERSION/ringojs-$RINGOJS_VERSION.tar.gz
tar -xvf ringojs-$RINGOJS_VERSION.tar.gz -C $PWD/travis_ringojs
fi
ringo -v
# ringo -v
- nvm use $TRAVIS_NODE_VERSION
- npm i -g npm@^5
Expand Down

0 comments on commit bfcfabc

Please sign in to comment.