Skip to content

Commit 2552871

Browse files
Update travis
1 parent ab76788 commit 2552871

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: node_js
22
node_js:
3-
- "4.0"
4-
5-
branches:
6-
only:
7-
- master
3+
- 4
4+
- 5
85

96
before_install:
107
- npm i -g npm
@@ -18,4 +15,5 @@ before_script:
1815
- sh -e /etc/init.d/xvfb start
1916

2017
script:
18+
- npm run lint
2119
- npm test

0 commit comments

Comments
 (0)