Browse Source

Use new build system (followed old docs before)

Finn 8 years ago
parent
commit
74b19f6b99
1 changed files with 5 additions and 3 deletions
  1. 5 3
      .travis.yml

+ 5 - 3
.travis.yml

@@ -1,4 +1,6 @@
-before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -y python3
+sudo: false
+addons:
+  apt:
+    packages:
+      - python3
 script: ./tests.py