Browse Source

change to nodejs

Saul Shanabrook 6 years ago
parent
commit
6734c108a2
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .travis.yml
  2. 1 1
      scripts/travis_install.sh

+ 1 - 0
.travis.yml

@@ -1,3 +1,4 @@
+language: node_js
 cache:
   yarn: true
   directories:

+ 1 - 1
scripts/travis_install.sh

@@ -28,7 +28,7 @@ conda update -q conda
 conda info -a # for debugging
 
 conda remove --name test --all || true
-conda create -q -n test --quiet -c conda-forge notebook nodejs pytest python=$PYTHON
+conda create -q -n test --quiet -c conda-forge notebook pytest python=$PYTHON
 set +ev
 source activate test
 set -ev