Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 1d24249

Browse files
committed
Tries to fix Travis CI build
1 parent 38b57e2 commit 1d24249

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
.npm-debug.log

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- "6.1"
14
install:
2-
- npm install
3-
- mocha
4-
- gulp
5+
- npm install
6+
- mocha
7+
- gulp

0 commit comments

Comments
 (0)