Skip to content

Commit

Permalink
.travis.yml: Install dependencies in the install section instead of b…
Browse files Browse the repository at this point in the history
…efore_install.
  • Loading branch information
skip2 committed Mar 19, 2015
1 parent e90ca24 commit f38ed50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ cache: apt

before_install:
- sudo apt-get update -qq

install:
- sudo apt-get install -qq cmake make g++ libncurses5-dev libssl-dev

script:
Expand Down

0 comments on commit f38ed50

Please sign in to comment.