Sfoglia il codice sorgente

Tests: use container-based infrastructure

Marco Hinz 10 anni fa
parent
commit
b3127cb0d4
1 ha cambiato i file con 7 aggiunte e 3 eliminazioni
  1. 7 3
      .travis.yml

+ 7 - 3
.travis.yml

@@ -1,12 +1,16 @@
-language: vim
+sudo: false
 
 os:
   - linux
   - osx
 
+addons:
+  apt:
+    packages:
+      - vim-gtk
+
 before_script:
-  - if [[ "$TRAVIS_OS_NAME" == linux ]]; then sudo apt-get -qq update && sudo apt-get install -y vim-gtk; fi
   - if [[ "$TRAVIS_OS_NAME" == osx ]]; then brew update && brew install vim; fi
 
 script:
-    - test/run
+  - test/run