Skip to content

Commit 78abab4

Browse files
authored
Update .travis.yml
1 parent a48cb5f commit 78abab4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.travis.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "0.10"
5-
6-
# Use container-based Travis infrastructure.
7-
sudo: false
8-
9-
branches:
10-
only:
11-
- master
12-
13-
before_install:
14-
# Upgrade to npm v2
15-
- npm install -g npm@2
16-
- npm install -g eslint-plugin-filenames
4+
- v6
175

186
script:
197
- npm run check

0 commit comments

Comments
 (0)