fix/ travis ci conf
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,12 +1,12 @@
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
- windows
|
||||||
|
jobs:
|
||||||
|
fast_finish: true
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '12'
|
- 'lts/*'
|
||||||
- '10'
|
|
||||||
dist: xenial
|
|
||||||
sudo: required
|
|
||||||
services:
|
services:
|
||||||
- xvfb
|
- xvfb
|
||||||
before_script:
|
before_script:
|
||||||
@@ -16,6 +16,6 @@ install:
|
|||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
- ng lint
|
- ng lint
|
||||||
- npm run test
|
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then npm run test ; fi
|
||||||
- npm run e2e
|
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then npm run e2e ; fi
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user