Skip to content

Commit e84ede2

Browse files
author
Lionel Bijaoui
committed
Trying to fix Travis 8 (no yarn in Travis)
1 parent 8fdda39 commit e84ede2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ node_js:
88
- "8"
99
- "6"
1010

11+
install:
12+
- npm install
13+
14+
script:
15+
- npm test
16+
1117
deploy:
1218
provider: npm
1319
email: $NPM_EMAIL

0 commit comments

Comments
 (0)