Last active
April 6, 2016 22:42
-
-
Save kbrahmbh/6c76811e1ecded81f0a0f00cc134475f to your computer and use it in GitHub Desktop.
This is travis.yml for https://github.com/oneops/cms-admin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_script: | |
- rm -rf cmsdal/ | |
- git clone [email protected]:oneops/cmsdal.git | |
- cd cmsdal mvn clean package | |
sudo: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment