Skip to content

Commit

Permalink
Fix slug name
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Aug 30, 2017
1 parent 68d2feb commit a396d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ before_script:
- npm i
- npm run build
- if [ $FX_VERSION = "54.0" ] &&
[ $TRAVIS_REPO_SLUG = "jurism/zotero" ] &&
[ $TRAVIS_REPO_SLUG = "juris-m/zotero" ] &&
[ $TRAVIS_BRANCH = "jurism-5.0" ] &&
[ $TRAVIS_PULL_REQUEST = "false" ]; then
mkdir build-zip;
Expand Down

0 comments on commit a396d7b

Please sign in to comment.