Skip to content
This repository has been archived by the owner on Aug 18, 2019. It is now read-only.

Commit

Permalink
update travis-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
olefebvre committed Nov 2, 2016
1 parent f3195b6 commit fb031c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ rm -rf out/**/* || exit 0
# Run our compile script
doCompile

cp /wwwroot/index.html /out
cp /wwwroot/scripts/*.js /out/scripts
cp wwwroot/index.html out
cp wwwroot/scripts/*.js out/scripts

# Now let's go have some fun with the cloned repo
cd out
Expand Down

0 comments on commit fb031c8

Please sign in to comment.