Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Sep 12, 2018
1 parent 67fba24 commit 5683d58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ env:
addons:
apt:
packages:
- libcurl4-openssl-dev # required to avoid SSL errors
- libcurl4-openssl-dev # required to avoid SSL errors

cache:
- bundler
- pip

install:
- bundle install
- pip install --upgrade pip
- pip install --user awscli

script: ./scripts/test.sh
Expand Down

0 comments on commit 5683d58

Please sign in to comment.