Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
noirscape committed Apr 13, 2018
1 parent bb7ba51 commit de4b4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ install:
- perl devkitARMupdate.pl
- cd bannertool
- if [ -x "$(command -v bannertool)" ]; then make; fi
- cp -rf output/linux-x86_64/bannertool /home/travis/bin/
- if [ -x "$(command -v bannertool)" ]; then cp -rf output/linux-x86_64/bannertool /home/travis/bin/; fi
- cd ..
- cd Project_CTR/makerom
- if [ -x "$(command -v makerom)" ]; then make; fi
- cp -rf makerom /home/travis/bin/
- if [ -x "$(command -v makerom)" ]; then cp -rf makerom /home/travis/bin/; fi
- cd ../..

script:
Expand Down

0 comments on commit de4b4ef

Please sign in to comment.