Skip to content

Commit

Permalink
Adding pip cache to Travis config. (oppia#5244)
Browse files Browse the repository at this point in the history
* Adding pip cache to Travis config and moving pip install commands to install_third_party.sh

* Reverting changes to install_third_party.sh
  • Loading branch information
hoangviet1993 authored and apb7 committed Jul 10, 2018
1 parent f9bd494 commit 798f406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
# In order to install Chrome stable we need trusty distribution.
dist: trusty
language: python

cache: pip
python:
- 2.7

Expand Down

0 comments on commit 798f406

Please sign in to comment.