remove travisci

This commit is contained in:
Maxime GRIS
2021-02-13 19:03:24 +01:00
parent e474264649
commit 831ea5161e

View File

@@ -1,19 +0,0 @@
os:
- linux
- osx
- windows
language: node_js
node_js:
- 'lts/*'
services:
- xvfb
before_script:
- export DISPLAY=:99.0
install:
- npm set progress=false
- npm install
script:
- ng lint
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then npm run test ; fi
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then npm run e2e ; fi
- npm run build