Fixed Travis CI Checks
Travis CI didn’t install the latest 7.x release somehow. Testing with 8.x henceforth.
This commit is contained in:
parent
ce2ed26fc9
commit
b57615543b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ dist: trusty
|
|||
sudo: required
|
||||
language: node_js
|
||||
node_js:
|
||||
- 7
|
||||
- 8
|
||||
services:
|
||||
- mysql
|
||||
before_install:
|
||||
|
|
Loading…
Reference in a new issue