Skip to content

Commit

Permalink
Update travis.yml to use new, non-gulp-based build
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Jun 20, 2017
1 parent 63047c4 commit 9250144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm i
- node_modules/.bin/gulp build
- npm run build
- if [ $FX_VERSION = "54.0b" ] &&
[ $TRAVIS_REPO_SLUG = "zotero/zotero" ] &&
[ $TRAVIS_BRANCH = "master" ] &&
Expand Down

0 comments on commit 9250144

Please sign in to comment.