Skip to content

Commit

Permalink
query apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Jun 25, 2014
1 parent 518941c commit 7452c6b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
@@ -1,5 +1,7 @@
language: ruby
before-install:
- sudo apt-get update
- sudo apt-get dist-upgrade
- sudo apt-get install openjdk7 graphviz
before_install:
- sudo apt-get update -qq
- sudo apt-get dist-upgrade -qq
- sudo apt-get install -qq openjdk7 graphviz
- java -version
- dot -V

0 comments on commit 7452c6b

Please sign in to comment.