From d486a2308c7adcac95e68237113d2ff5a0fd223e Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Tue, 12 Dec 2017 14:54:12 +0100 Subject: [PATCH] see if this works.... --- .travis.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0440c2a1d..d77e49fa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,4 @@ language: node_js -env: - matrix: - - "BROWSER='firefox::Windows 10'" - - "BROWSER='chrome::Windows 10'" - #- "BROWSER='MicrosoftEdge:14.14393:Windows 10'" - #- "BROWSER='internet explorer:11.103:Windows 10'" - #- "BROWSER='safari:10.0:macOS 10.12'" - #- "BROWSER='safari:9.0:OS X 10.11'" branches: only: - master @@ -14,11 +6,6 @@ branches: - staging node_js: - "6.6.0" -before_script: +script: - npm run-script lint - npm run-script flow - - cp config.example.js config.js - - npm install bower - - ./node_modules/bower/bin/bower install - - node ./server.js & - - sleep 2