Skip to content

Commit

Permalink
fixed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bnicolae committed Jul 3, 2018
1 parent e9cc43a commit e16bc3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: c++

script:
rm -rf $HOME/deploy
bootstrap.sh
mkdir -p $HOME/deploy
auto-install.py $HOME/deploy
- rm -rf $HOME/deploy
- bootstrap.sh
- mkdir -p $HOME/deploy
- auto-install.py $HOME/deploy

branches:
only:
- master
only:
- master

0 comments on commit e16bc3c

Please sign in to comment.