Skip to content

Commit b1106ff

Browse files
committed
fix for travis
1 parent b85a4da commit b1106ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.eslintignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/dist/
2-
/*.js
1+
/dist/

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ script:
77
- npm run lint
88
- npm run lib
99
- npm run build:docs
10-
- npm test:unit
10+
- npm run test:unit

0 commit comments

Comments
 (0)