Skip to content

Commit

Permalink
Update .travis.yml to use libyaml 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Mar 12, 2019
1 parent 91c9435 commit 69103ba
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# dist: xenial

language: python

sudo: false
Expand All @@ -16,15 +18,17 @@ matrix:
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
Expand Down

0 comments on commit 69103ba

Please sign in to comment.