Skip to content

Commit 8a90f4e

Browse files
committed
use node and not python for travis
1 parent c34a630 commit 8a90f4e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
dist: bionic
77

88
# Language and version
9-
language: python
10-
python:
11-
- "3.6" # current default Python on Travis CI
9+
language: node_js
10+
node_js:
11+
- "10"
1212

1313
cache:
1414
apt: true # only works with Pro version
@@ -53,9 +53,6 @@ jobs:
5353
script: octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/output/raw/ --ignoreNiftiHeaders
5454

5555
- name: "Check markdown"
56-
language: node_js
57-
node_js:
58-
- "10"
5956
before_script:
6057
- npm install `cat npm-requirements.txt`
6158
script:

0 commit comments

Comments
 (0)