Skip to content

Commit bd79e5a

Browse files
committed
Build format/ before running tests
1 parent 7cd8fc0 commit bd79e5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
sudo: false
22
language: node_js
3+
before_script: npm run build:impls
34
script: npm run ci
4-
node_js: 9
5+
node_js:
6+
- "8"
7+
- "10"
8+
- "12"
59
cache:
610
directories: node_modules
711
notifications:

0 commit comments

Comments
 (0)