mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Delete travis.yml
This commit is contained in:
parent
55ef106ca5
commit
11d3cedd29
1 changed files with 0 additions and 25 deletions
25
.travis.yml
25
.travis.yml
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue