Delete travis.yml

This commit is contained in:
Brian Lovin 2019-09-07 09:57:24 -04:00
parent 55ef106ca5
commit 11d3cedd29

View file

@ -1,25 +0,0 @@
language: node_js
node_js:
- 10
# if using Ubuntu 16 need this library
# https://github.com/cypress-io/cypress-documentation/pull/1647
addons:
apt:
packages:
- libgconf-2-4
cache:
directories:
- ~/.npm
- ~/.cache
install:
- npm install
before_script:
- npm run build
- npm run start &
script:
- node --version
- npm --version
- npm run flow
- npm run cypress:run
notifications:
email: false