Explorar o código

Update .travis.yml;

bjorn %!s(int64=10) %!d(string=hai) anos
pai
achega
0690f85742
Modificáronse 1 ficheiros con 8 adicións e 5 borrados
  1. 8 5
      .travis.yml

+ 8 - 5
.travis.yml

@@ -1,11 +1,14 @@
 language: c
+sudo: false
 
-before_install:
-  - sudo apt-get install lua5.1 -y
-
-script:
-  - lua tests/runner.lua
+addons:
+  apt:
+    packages:
+    - lua5.1
 
 branches:
   only:
     - master
+
+script:
+  - lua tests/runner.lua