Skip to content

Commit

Permalink
PRJ: fix travis by using 8 GB RAM virtual machine #80
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLP committed Aug 30, 2017
1 parent 1c958a2 commit 0baef75
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ python:
- 2.7
- 3.6

sudo: false
# TBA needs 8 Gb system, selecting sudo
# Increases available RAM to 7.5 Gb
# https://docs.travis-ci.com/user/reference/overview/
sudo: true

dist: trusty

notifications:
email:
Expand Down

0 comments on commit 0baef75

Please sign in to comment.