Skip to content

Commit

Permalink
FIx typo of packages in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Oct 21, 2015
1 parent 9c95a72 commit 4e2c340
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ addons:
apt:
sources:
- kalakris-cmake
pacakges:
packages:
- cmake
- lcov
- libgsl0-dev
- python

install:
- apt-get update && apt-get upgrade -yy
- git submodule update --init
- mkdir build
- mkdir target
Expand Down

0 comments on commit 4e2c340

Please sign in to comment.