Skip to content

Commit

Permalink
configure travis to use develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
serefarikan committed Jan 25, 2018
1 parent 4d874a9 commit 8560d7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: java

branches:
only:
- vehr-IT-module

before_install:
#replace references to file repo so that tests won't kill build process in travis build environment
- sed -i 's^${user.dir}/../file_repo^'$TRAVIS_BUILD_DIR'/file_repo^g' $(find ./ -iname 'services.properties')
Expand Down
2 changes: 1 addition & 1 deletion clone_core_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ git remote add origin https://github.com/serefarikan/ehrservice.git > /dev/null
#use a shallow clone to minimise traffic
#TODO: trigger a script to archive contents of this repo and reset
#contents to a single entry
git pull --depth=1 origin master
git pull --depth=1 origin develop

0 comments on commit 8560d7c

Please sign in to comment.