From 288b9cdb2f723c74ab151dc3007760f1be086ed9 Mon Sep 17 00:00:00 2001 From: liabru Date: Sun, 15 Sep 2019 19:01:34 +0100 Subject: [PATCH] updated ci --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb115898..307b7ede 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ language: node_js sudo: false node_js: - "node" -before_install: - - npm install -g gulp - - mkdir travis-phantomjs - - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 - - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs - - export PATH=$PWD/travis-phantomjs:$PATH -install: npm install \ No newline at end of file +install: + - npm install +script: + - npm run lint + - npm run test + - npm run build \ No newline at end of file