Skip to content

Commit ec6f767

Browse files
committed
Simplify Travis CI setup
1 parent ef13160 commit ec6f767

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.travis.yml

+3-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
sudo: false
2+
language: node_js
3+
node_js:
4+
- "node"
25
script:
3-
- npm install
4-
env:
5-
- VALIDATORS=tv4
6-
- VALIDATORS=zschema
7-
matrix:
8-
allow_failures:
9-
- env: VALIDATORS=tv4
10-
install:
11-
- rm -rf ~/.nvm
12-
- mkdir -p ~/.nvm
13-
- curl -L https://raw.githubusercontent.com/creationix/nvm/master/install.sh | sh
14-
- source ~/.nvm/nvm.sh
15-
- nvm install 8
16-
- nvm use 8
17-
script:
18-
- npm install
196
- node node_modules/mdv/mdv versions/3.*.md

0 commit comments

Comments
 (0)