Skip to content

Commit

Permalink
fix(build): Updated the .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kasunkv committed Aug 27, 2017
1 parent 396ddb4 commit 6bd5b6f
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .travis.yml
Expand Up @@ -2,25 +2,28 @@ sudo: false
language: node_js
cache:
directories:
- node_modules
- node_modules
notifications:
email: false
node_js:
- '4'
- '4'
before_install:
- cd ./buildtask/OwaspZapScan
- npm i -g npm@^2.0.0
- cd ./buildtask/OwaspZapScan
- npm i -g npm@^2.0.0
install:
- npm install -g typescript
- npm install
- npm install -g typescript
- npm install
before_script:
- npm prune
- curl -Lo travis_after_all.py https://git.io/vLSON
- npm prune
- curl -Lo travis_after_all.py https://git.io/vLSON
script:
- npm run build
- npm run build
after_success:
- python travis_after_all.py
- npm run semantic-release
- python travis_after_all.py
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
- "/^v\\d+\\.\\d+\\.\\d+$/"
env:
global:
secure: ATxPsgOAwPWW0+SbHnaCNxDxc0yVwNjAQaxZpejZniSmRnxztGkx+LGi5bfwuyVyuZVuqAHmajMq/UV/97AHTT2HKZsNG8QVqSNYvmxxEEIwNPbaJxUW6qXeyN7/hjV6YvXME75OlIuX9CgN9Nx8LAFD/K5MfGKj0+7yDnz1K/1p7shgQ1NqscCrCzVr7wtHjCqxfnqTo1rBkOBqONRqqSd6lc97m+zQhM4OOhcDk6cs2J47q2btiNXxN558yXFAstBz7Lqou/91nRf8QqNG477B0T/1dfhVky4Smza+DqHJwgUR/qBGV5QEU7C3aO8uXRmThtZXdrChOqitHVvt/sc4pY0hhvOGvzKYZ7URO6JRDhoW9mPz0QbR5DByXvhtoALNfemq1jIx2zQuuO5ajsZbfVt/qZwDcJ035wVYZ1B2r+BcL84DrL5+yF5wxRGuIfqp27Yd+Tq7iAbbOrBDBq2phAH1AbWP/DV2ejhlFgN5Lg8VjFcGWtBkroxwajuaxngZAApG3EGfhHP6dd8u4rcgyG75CpFjiMGtNLzDFD4BHPeuEqb80BRRdU3MekfWs1p70T52a8sJEH5OEeeGSKyJuOXewVvHnZ6Rscgj63QlyJgC0w9DP74iwfD9SpMwDZQQWIO0G9MpV8MWevje4rPyXDQy0HD5Tw3u7rhdt3g=

0 comments on commit 6bd5b6f

Please sign in to comment.