Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 8450ae1

Browse files
authored
Fix release stuff for travis (#196)
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
1 parent 02322e4 commit 8450ae1

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,16 @@ before_install:
99
- sudo apt-get install npm
1010
before_script:
1111
- cd exampleSite
12-
- npm install mocha
13-
- npm install chai
14-
- npm install -g casperjs
15-
- npm install -g mocha-casperjs
16-
- npm install -g casper-chai
12+
1713
script:
1814
- "$TRAVIS_BUILD_DIR/bin/hugo version"
1915
- "$TRAVIS_BUILD_DIR/bin/hugo"
20-
- npm version
21-
- phantomjs --version; casperjs --version
16+
2217

2318
before_deploy:
2419
- cd $TRAVIS_BUILD_DIR
2520
- mkdir -p release
26-
- zip -r release/devopsdays-theme-$TRAVIS_TAG.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.travis.ci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*bower_components\* bower.json gulpfile.js netlify.toml package.json STYLE.md */node_modules/*
21+
- zip -r release/devopsdays-theme-$TRAVIS_TAG.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.travis.ci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*bower_components\* bower.json gulpfile.js netlify.toml package.json STYLE.md *\node_modules\*
2722

2823
deploy:
2924
provider: releases

0 commit comments

Comments
 (0)