Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
fukaoi committed Mar 6, 2020
1 parent 1815c19 commit caf0bb8
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 @@ -33,7 +33,7 @@ script:
- sudo apt-get -qq update && sudo apt-get -qq install -y libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev libevent-dev
- export CRYSTAL_PATH="/usr/local/lib/crystal/share/crystal/src:lib" && shards update
- export CRYSTAL_PATH="/usr/local/lib/crystal/share/crystal/src:lib" && crystal tool format spec src --check

- sudo apt upgrade -y
- wget -O glibc.deb http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6_2.30-0ubuntu3_amd64.deb && sudo dpkg -i glibc.deb && sudo dpkg --configure -a && sudo apt install -f
- make
- crystal spec
Expand Down

0 comments on commit caf0bb8

Please sign in to comment.