Skip to content

Commit d6c64c5

Browse files
committed
chore(travis): update travis to run prebuild for all osx/linux envs
1 parent f252c23 commit d6c64c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ matrix:
1010
- env: NODE_LTS=argon
1111
- env: NODE_LTS=boron
1212
- env: NODE_LTS=carbon
13+
include:
14+
- language: node_js
15+
- os:
16+
- osx
17+
- linux
18+
- node_js:
19+
- 4
20+
- 6
21+
- 8
22+
- 10
23+
- script: ./node_modules/.bin/prebuild-ci
1324

1425
script:
1526
- >

0 commit comments

Comments
 (0)