Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit 01da82a

Browse files
committed
Fix travis config
1 parent 70adb94 commit 01da82a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
.gitignore
21
dist

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- iojs
5-
- "0.12"
6-
- "0.10"
4+
- stable
5+
- "6"
6+
- "4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"scripts": {
3737
"prepublish": "babel src --out-dir dist",
38-
"lint": "eslint .",
38+
"lint": "eslint ./",
3939
"tape": "babel-tape-runner test/*.js",
4040
"test": "npm run lint && npm run tape"
4141
}

0 commit comments

Comments
 (0)