fix/ travis ci conf

This commit is contained in:
Maxime GRIS
2020-08-30 14:56:37 +02:00
parent 753f828653
commit 2632a2d412

View File

@@ -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