Skip to content

Commit

Permalink
Fix .travis.yml identation
Browse files Browse the repository at this point in the history
  • Loading branch information
apozohue10 committed Dec 12, 2019
1 parent d9df00b commit 54db37f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@ jobs:
after_script:
- npm run test:coveralls

- stage: test
name: "Unit Tests: Node 12"
language: node_js
sudo: required
dist: xenial
- stage: test
name: "Unit Tests: Node 12"
language: node_js
sudo: required
dist: xenial

node_js:
- "12"
node_js:
- "12"

services:
- mysql
services:
- mysql

install:
- npm install
install:
- npm install

before_install:
- sudo mysql -e "use mysql; update user set authentication_string=password('test') where user='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- sudo mysql_upgrade -u root -ptest
- sudo service mysql restart
- cp test/config_test.js.template config.js
before_install:
- sudo mysql -e "use mysql; update user set authentication_string=password('test') where user='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- sudo mysql_upgrade -u root -ptest
- sudo service mysql restart
- cp test/config_test.js.template config.js

before_script:
- npm run lint
before_script:
- npm run lint

after_script:
- npm run test:coveralls
after_script:
- npm run test:coveralls

- stage: test
name: "Documentation Tests"
Expand Down

0 comments on commit 54db37f

Please sign in to comment.