Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exemd committed Dec 31, 2014
1 parent 395fdf4 commit afa6611
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ script:
- rm -rf out || exit 0;
- mkdir out;
- cd out
- git init
- git clone "https://${GH_REF}"
- cd CitoGlMatrix-builds
- git config user.name "Travis-CI"
- git config user.email "travis@example.com"
- cp -r ../Output ./
- cp -r ../OutputTests ./
- git add .
- cp -r ../../Output ./
- cp -r ../../OutputTests ./
- git add -A .
- git commit -m "Deployed to Github Pages"
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" > /dev/null 2>&1

env:
global:
Expand Down

0 comments on commit afa6611

Please sign in to comment.