Skip to content

Commit

Permalink
Make Travis happy on macOS and upgrade Linux builds to trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Mar 17, 2018
1 parent f04c2d4 commit 9e906f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,7 @@ language: python
cache:
- apt
- pip
dist: trusty
sudo: false
addons:
apt:
Expand All @@ -23,7 +24,8 @@ matrix:
env: NMODE=nikola OS=macOS
python: '3.6'
before_install:
- brew install python3
- brew update
- brew upgrade python
- pip3 install virtualenv
- python3 -m virtualenv nikola-tests-venv
- source nikola-tests-venv/bin/activate
Expand Down

0 comments on commit 9e906f5

Please sign in to comment.