diff options
| author | odanoburu <bcclaro@gmail.com> | 2018-08-11 22:11:27 -0300 |
|---|---|---|
| committer | odanoburu <bcclaro@gmail.com> | 2018-08-11 22:11:27 -0300 |
| commit | 29acef41fc841eaab8fd905cbf4b9bbe020aa274 (patch) | |
| tree | 0ca3c866ba8ec6e4b4dab2a42639abbcd40708c0 | |
| parent | 4038546321965f4c9c793796873cdbc1fd759893 (diff) | |
(#5) specify image version
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 58fee17e0..abc7c4a7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ before_install: script: - | - docker run --mount src="$(pwd)",target=/home/gfer,type=bind odanoburu/gf-src /bin/bash -c "cd /home/gfer/src/runtime/c && + docker run --mount src="$(pwd)",target=/home/gfer,type=bind odanoburu/gf-src:3.9 /bin/bash -c "cd /home/gfer/src/runtime/c && autoreconf -i && ./configure && make ; cd /home/gfer ; cabal install -fserver -fc-runtime --extra-lib-dirs='/usr/local/lib'" |
