Skip to content
Snippets Groups Projects
Commit 015cabbc authored by paf's avatar paf
Browse files

added travis.yml to at least track if build fails or succeedes

parent e485823c
No related branches found
No related tags found
No related merge requests found
language: node_js
node_js:
- "10.16.3"
sudo: true
dist: bionic
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
install:
- npm install
- npm i --prefix=./node_modules/protractor --save webdriver-manager@latest
- npx webdriver-manager update
# cp src/environments/environment.prod.ts src/environments/environment.ts
# cp e2e/travis.protractor.conf.js e2e/protractor.conf.js
script:
- google-chrome --version
- ng build
# ng e2e
# ng test --watch=false --browsers=ChromeHeadless
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment