From 11d3cedd2908fccccbb8db85b39693eed7ef7c0b Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Sat, 7 Sep 2019 09:57:24 -0400 Subject: [PATCH] Delete travis.yml --- .travis.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f37ea56..0000000 --- a/.travis.yml +++ /dev/null @@ -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 \ No newline at end of file