Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Configure travis to use the apt add-on to add libraries in ubuntu (in…
Browse files Browse the repository at this point in the history
…stead of manually calling apt-get)
  • Loading branch information
sampov2 committed Apr 19, 2018
1 parent 977c861 commit f8c4642
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,7 +1,9 @@
language: java
sudo: false
dist: xenial
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libvoikko1 voikko-fi
addons:
apt:
packages:
- libvoikko1
- voikko-fi
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Dgpg.skip=true

0 comments on commit f8c4642

Please sign in to comment.