Use actual nodejs version in travis tests (#286)
Also remove not needed line about dist
This commit is contained in:
parent
37fb142a86
commit
c40ec2f52b
|
@ -1,7 +1,6 @@
|
|||
dist: trusty
|
||||
language: node_js
|
||||
node_js:
|
||||
- '6'
|
||||
- '12'
|
||||
before_install: npm install -g grunt-cli
|
||||
before_script:
|
||||
- cd build
|
||||
|
|
Loading…
Reference in a new issue