summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 2 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index d8cbcc4e0..931775510 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,19 +18,10 @@ branches:
- /^stable.*/
install:
- # install some packages from Ubuntu's default sources
- - sudo apt-get -qq update
- - sudo apt-get install -qq
- bc
- dnsutils
- libcap-ng-dev
- libpam-dev
- libudev-dev
- gtk-doc-tools
- ntp
+ - source ./.travis-functions.sh
+ - travis_install_script
before_script:
- - source ./.travis-functions.sh
- travis_before_script
script: