Update .travis.yml

Doh, the shebang line for run-tests itself relies on `python3`
pull/486/head
Andrew Scheller 2014-04-15 02:14:53 +01:00
rodzic 0388b2ea78
commit e31a8222f2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ compiler:
before_script:
- sudo add-apt-repository -y ppa:fkrull/deadsnakes
- sudo apt-get update -qq
- sudo apt-get install -y python3.3
- sudo apt-get install -y python3.3 python3
script:
- make -C unix