Skip to content

Commit

Permalink
#12 update release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed Apr 13, 2020
1 parent ca5bf7b commit 57466b6
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 @@ -3,7 +3,7 @@ language: c
services:
- docker
before_install:
- docker pull tg9541/docker-sdcc:V3.8.4
- docker pull tg9541/docker-sdcc:V3.8.6
install:
- docker run -v `pwd`:/home tg9541/docker-sdcc:V3.8.4 /bin/sh -c "sdcc --version ; sstm8 -version"
script: docker run -v `pwd`:/home tg9541/docker-sdcc:V3.8.4 /bin/sh -c "cd /home && make release"
Expand Down

0 comments on commit 57466b6

Please sign in to comment.