Skip to content

Commit 69103ba

Browse files
committed
Update .travis.yml to use libyaml 0.2.2
1 parent 91c9435 commit 69103ba

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# dist: xenial
2+
13
language: python
24

35
sudo: false
@@ -16,15 +18,17 @@ matrix:
1618
env: TOXENV=py36
1719
- python: 3.7-dev
1820
env: TOXENV=py37
19-
- python: pypy
20-
env: TOXENV=pypy
21+
# This is broken on travis as of 2019/03/12
22+
# - python: pypy
23+
# env: TOXENV=pypy
2124

2225
# build libyaml
2326
before_script:
2427
- >-
2528
cd /tmp
26-
&& git clone https://github.com/yaml/libyaml.git -b 0.2.2-pre1 libyaml
29+
&& git clone https://github.com/yaml/libyaml.git libyaml
2730
&& cd libyaml
31+
&& git reset --hard 0.2.2
2832
&& ./bootstrap
2933
&& ./configure
3034
&& make

0 commit comments

Comments
 (0)