Skip to content

Commit

Permalink
fix/ travis ci conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Aug 30, 2020
1 parent 753f828 commit 2632a2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
os:
- linux
- osx
- windows
jobs:
fast_finish: true
language: node_js
node_js:
- '12'
- '10'
dist: xenial
sudo: required
- 'lts/*'
services:
- xvfb
before_script:
Expand All @@ -16,6 +16,6 @@ install:
- npm install
script:
- ng lint
- npm run test
- npm run e2e
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then npm run test ; fi
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then npm run e2e ; fi
- npm run build

0 comments on commit 2632a2d

Please sign in to comment.