Skip to content

Commit 84b370e

Browse files
Merge pull request #101 from renderforest/stage
release 0.1.0
2 parents 0c68a11 + e11620d commit 84b370e

26 files changed

+1290
-67
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ sudo: false
33
node_js:
44
- "6"
55
- "8"
6+
- "10"
67
cache:
78
directories:
89
- node_modules
910
install:
1011
- npm install
1112
script:
12-
- npm test
13+
- npm run lint-no-fix

0 commit comments

Comments
 (0)