Skip to content

Commit 550b67d

Browse files
authored
fix: use nodejs language in travis-ci (#177)
* fix: use nodejs language in travis-ci * Update .travis.yml * fix: travis cache
1 parent bfd311c commit 550b67d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
language: c
1+
language: node_js
22
os: linux
3-
sudo: false
3+
node_js: 11
44
env: PYTHON_VERSION=3.7 SETUP_XVFB=True PIP_DEPENDENCIES="tox-conda tox-travis" CONDA_CHANNEL_PRIORITY=True CONDA_CHANNELS="conda-forge"
55
cache:
6-
- pip
7-
- yarn
6+
yarn: true
7+
directories:
8+
- $HOME/.cache/pip
89
services: xvfb
910
install:
10-
- nvm i 11
1111
- git clone --depth 1 git://github.com/astropy/ci-helpers.git && source ci-helpers/travis/setup_conda.sh
1212
- yarn
1313
script:

0 commit comments

Comments
 (0)