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