Update .travis.yml to use libyaml 0.2.2
diff --git a/.travis.yml b/.travis.yml
index c1d99a6..3dfe3ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,5 @@
+# dist: xenial
+
language: python
sudo: false
@@ -16,15 +18,17 @@
env: TOXENV=py36
- python: 3.7-dev
env: TOXENV=py37
- - python: pypy
- env: TOXENV=pypy
+ # This is broken on travis as of 2019/03/12
+ # - python: pypy
+ # env: TOXENV=pypy
# build libyaml
before_script:
- >-
cd /tmp
- && git clone https://github.com/yaml/libyaml.git -b 0.2.2-pre1 libyaml
+ && git clone https://github.com/yaml/libyaml.git libyaml
&& cd libyaml
+ && git reset --hard 0.2.2
&& ./bootstrap
&& ./configure
&& make