Skip to content

Commit 5ed3fb8

Browse files
committed
Apparently CloudFlare doesn't play nice with Travis
1 parent 8dd7a8c commit 5ed3fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
language: java
3-
before_install: 'wget https://cdn.oc.tc/woodhouse && chmod +x woodhouse && export DATE=`date +%Y-%m-%d` && export COMMIT=`git rev-parse HEAD`'
3+
before_install: 'wget http://cl.ly/1Q2t1b0M120B/download/woodhouse && chmod +x woodhouse && export DATE=`date +%Y-%m-%d` && export COMMIT=`git rev-parse HEAD`'
44
install: mvn clean package -P mcp-final-unix
55
after_success: 'rm -Rf target/classes && ./woodhouse publish --branch builds --message "Adding build files for $COMMIT" --auth-token-env AUTH_TOKEN ProjectAres/Client target:$DATE/$COMMIT'
66
env:

0 commit comments

Comments
 (0)