We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd7a8c commit 5ed3fb8Copy full SHA for 5ed3fb8
.travis.yml
@@ -1,6 +1,6 @@
1
---
2
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`'
+before_install: 'wget http://cl.ly/1Q2t1b0M120B/download/woodhouse && chmod +x woodhouse && export DATE=`date +%Y-%m-%d` && export COMMIT=`git rev-parse HEAD`'
4
install: mvn clean package -P mcp-final-unix
5
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'
6
env:
0 commit comments