ci: force precise on Travis (#18282)

PR Close #18282
This commit is contained in:
Victor Berchet 2017-07-21 09:32:45 -07:00 committed by Miško Hevery
parent e0a9625e46
commit a6c635e69e
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
language: node_js
sudo: false
# force precise to avoid a timeout in karma
dist: precise
node_js:
- '6.9.5'