Skip to content

Commit bae969c

Browse files
Merge branch 'master' of https://github.com/nestjs/nest
2 parents 0fcdf4e + 4a744d1 commit bae969c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
language: node_js
22
node_js:
3-
- "8"
4-
- "9"
3+
- "8"
4+
- "9"
55
git:
6-
depth: 5
6+
depth: 5
77
addons:
8-
firefox: "latest"
8+
firefox: "latest"
99
before_script:
10-
- export DISPLAY=:99.0
11-
- sh -e /etc/init.d/xvfb start
10+
- export DISPLAY=:99.0
11+
- sh -e /etc/init.d/xvfb start
1212
before_install:
13-
- npm i -g npm@latest
13+
- npm i -g npm@latest
1414
install:
15-
- npm ci
16-
- gulp build
15+
- npm ci
16+
- gulp build
1717
script:
18-
- npm test
18+
- npm test
1919
after_success: npm run coverage

0 commit comments

Comments
 (0)