Skip to content

Commit

Permalink
Fixing realpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 17, 2015
1 parent a7eb559 commit af755f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ sudo: false
addons:
apt:
packages:
- realpath
- gnupg
- libreadline-dev
- libusb-1.0-0-dev
Expand Down
2 changes: 0 additions & 2 deletions .travis/setup.sh
Expand Up @@ -3,8 +3,6 @@
set -x
set -e

sudo apt-get install -y realpath

# Run the script once to check it works
time scripts/get-env.sh
# Run the script again to check it doesn't break things
Expand Down

0 comments on commit af755f8

Please sign in to comment.