Skip to content

Commit

Permalink
Fix zip working directory in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ningfei committed Jun 24, 2017
1 parent 93e4f45 commit baf0e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_install:
script:
- mkdir build && cd build && cmake -DBATCH_VERSION=ON -DUSE_OPENJPEG=ON .. && make && cd -
- export PATH=$PWD/build/bin:$PATH
- cd dcm_qa; ./batch.sh
- cd dcm_qa && ./batch.sh && cd -

before_deploy:
- export DATE=`date +%-d-%b-%Y`
Expand Down

0 comments on commit baf0e89

Please sign in to comment.