Skip to content

Commit b53bff4

Browse files
author
hirsch88
committed
add 2 spaces
1 parent 392ba21 commit b53bff4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
language: node_js
22
node_js:
3-
- "8.9.4"
3+
- "8.9.4"
44
install:
5-
- yarn install
5+
- yarn install
66
env:
7-
- DB_TYPE="sqlite"
8-
- DB_DATABASE="./mydb.sql"
9-
- DB_LOGGING=false
7+
- DB_TYPE="sqlite"
8+
- DB_DATABASE="./mydb.sql"
9+
- DB_LOGGING=false
1010
scripts:
11-
- npm test
12-
- npm start test.integration
13-
- npm start test.e2e
14-
- npm start build
11+
- npm test
12+
- npm start test.integration
13+
- npm start test.e2e
14+
- npm start build
1515
notifications:
16-
email: false
16+
email: false

0 commit comments

Comments
 (0)