Skip to content
Snippets Groups Projects
PL1
Commit e31a8222 authored by Andrew Scheller's avatar Andrew Scheller
Browse files

Update .travis.yml

Doh, the shebang line for run-tests itself relies on `python3`
parent 0388b2ea
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ compiler: ...@@ -5,7 +5,7 @@ compiler:
before_script: before_script:
- sudo add-apt-repository -y ppa:fkrull/deadsnakes - sudo add-apt-repository -y ppa:fkrull/deadsnakes
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y python3.3 - sudo apt-get install -y python3.3 python3
script: script:
- make -C unix - make -C unix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment