diff options
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 441a795..3dfe3ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,7 @@ before_script: cd /tmp && git clone https://github.com/yaml/libyaml.git libyaml && cd libyaml - && true "# Switch sha1 to '0.2.2' when tag is pushed" - && git reset --hard 24a020a1a2a1fbbb1caf3a032ccc81eb74018c31 + && git reset --hard 0.2.2 && ./bootstrap && ./configure && make |
