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

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert back to using apt-get to add packages, the add-on did not work
  • Loading branch information
sampov2 committed Apr 19, 2018
1 parent f8c4642 commit 6699756
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
@@ -1,9 +1,7 @@
language: java
sudo: false
dist: xenial
addons:
apt:
packages:
- libvoikko1
- voikko-fi
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libvoikko1 voikko-fi
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Dgpg.skip=true

0 comments on commit 6699756

Please sign in to comment.