From 01e85355081afab50974739037336695ee3a07f1 Mon Sep 17 00:00:00 2001 From: AllThatIsTheCase Date: Sun, 5 Apr 2015 22:15:17 +0200 Subject: [PATCH] maybe this was the error? --- .travis.yml | 60 ++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7de138dcc4..6d608fd17e 100644 --- a/.travis.yml +++ b/.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