Skip to content

Commit

Permalink
maybe this was the error?
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Apr 5, 2015
1 parent 0f21001 commit 01e8535
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .travis.yml
@@ -1,30 +1,30 @@
---
language: ruby
sudo: false
cache:
- apt
- bundler
git:
submodules: false
rvm:
- 2.1.3
env:
- TAG=import
- TAG=export
- TAG=import CACHE=yes
- TAG=export CACHE=yes
- TAG=bulk CACHE=yes
script: bundle exec rake test[$TAG]
before_install:
- npm update
ignore_before_install:
- sudo apt-get update
- sudo apt-get install nodejs npm firefox
deploy:
provider: releases
api_key:
secure: T7szb2Pl7AeK6aoJQqOVyupJq1JC+DzcewH03lMBnGROx6cFV8CWLKT7r51lh0D+LDxM6M1eZ4nKLCJe3GqJj8Q29CVZtg46W8YV/I4aGxJesD40k3VlUdqaLuj3a7kHPrAvJHw1glDe2pWgHO43vUcqJF2tsdFMNbsCwqNpH0c=
file: zotero-better-bibtex-0.8.21.xpi
skip_cleanup: true
true:
tags: true
---
language: ruby
sudo: false
cache:
- apt
- bundler
git:
submodules: false
rvm:
- 2.1.3
env:
- TAG=import
- TAG=export
- TAG=import CACHE=yes
- TAG=export CACHE=yes
- TAG=bulk CACHE=yes
script: bundle exec rake test[$TAG]
before_install:
- npm update
ignore_before_install:
- sudo apt-get update
- sudo apt-get install nodejs npm firefox
deploy:
provider: releases
api_key:
secure: T7szb2Pl7AeK6aoJQqOVyupJq1JC+DzcewH03lMBnGROx6cFV8CWLKT7r51lh0D+LDxM6M1eZ4nKLCJe3GqJj8Q29CVZtg46W8YV/I4aGxJesD40k3VlUdqaLuj3a7kHPrAvJHw1glDe2pWgHO43vUcqJF2tsdFMNbsCwqNpH0c=
file: zotero-better-bibtex-0.8.21.xpi
skip_cleanup: true
on:
tags: true

0 comments on commit 01e8535

Please sign in to comment.