Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalsager authored Feb 17, 2018
1 parent bd0c5fd commit f7df720
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_G10-eng && make -j16 recoveryimage
source build/envsetup.sh ; lunch cm_G10-eng ; make -j16 recoveryimage
exit
EOF
after_success:
Expand Down

0 comments on commit f7df720

Please sign in to comment.