Skip to content

Commit

Permalink
Install posh in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanor committed Nov 22, 2016
1 parent 045f04f commit 0fcf551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -12,6 +12,8 @@ install:
- git fetch --unshallow || true
- git fetch --tags || true
- git describe
# Deps
- sudo apt-get -y install posh
# Actually install
- make conda
- make unbind-helper || true
Expand All @@ -21,4 +23,3 @@ script:
- make check
- make test || true
- make root-test || true

0 comments on commit 0fcf551

Please sign in to comment.