summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2019-03-12 16:16:43 -0700
committerIngy döt Net <ingy@ingy.net>2019-03-12 16:16:43 -0700
commit902d00581927c2f9e881e18ca44317122c2530a3 (patch)
tree8e9a562180fd0fb5f73d9f6079724de752e1c279
parent1f63d88464c7ce0b512e201952a9ad649e571eb7 (diff)
downloadpyyaml-git-release/5.1-dev.tar.gz
UPDATE: changed libyaml sha1 to 0.2.2 tagrelease/5.1-dev
-rw-r--r--.travis.yml3
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