Skip to content

Commit

Permalink
Travis: Fix path for densities.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
tph-thuering committed May 27, 2015
1 parent ff52562 commit 508bce0
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 @@ -15,7 +15,7 @@ script:
- export REL="CERN-release"
- export ARCHIVE="openMalaria-CERN-"`uname -s`"-"`uname -i`".tar.gz"
- mkdir ${REL}
- cp openMalaria test/densities.csv ${REL}/
- cp openMalaria ../test/densities.csv ${REL}/
- cp schema/scenario_current.xsd ${REL}/scenario_33.xsd
- tar cvzf ${ARCHIVE} ${REL}

Expand Down

0 comments on commit 508bce0

Please sign in to comment.