Skip to content

Commit fe11246

Browse files
committed
fix ci
1 parent 0ec6cd5 commit fe11246

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: .travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- "5.5.0"
4-
install:
5-
npm install
6-
script:
7-
npm run lint
3+
- "stable"
4+
sudo: false
5+
cache:
6+
directories:
7+
- node_modules

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"lint": "eslint ./src/js/*",
8+
"test": "npm run lint",
89
"deploy": "gh-pages -d ./src"
910
},
1011
"repository": {

0 commit comments

Comments
 (0)