Skip to content

Commit

Permalink
travis: Build now
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalsager authored Feb 13, 2018
1 parent 8ace274 commit 4e6be6e
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 @@ -14,7 +14,7 @@ script:
- |
docker run --rm -i -e USER_ID=$(id -u) -e GROUP_ID=$(id -g) -v "$(pwd):/home/cmbuild/twrp/:rw,z" yshalsager/cyanogenmod bash << EOF
cd /home/cmbuild/twrp/
source build/envsetup.sh ; lunch cm_Titans2_DG700-eng ; make -j16 recoveryimage
source build/envsetup.sh && lunch cm_Titans2_DG700-eng && make -j16 recoveryimage
exit
EOF
after_success:
Expand Down

0 comments on commit 4e6be6e

Please sign in to comment.