Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e906f5

Browse files
committedMar 17, 2018
Make Travis happy on macOS and upgrade Linux builds to trusty
1 parent f04c2d4 commit 9e906f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ language: python
44
cache:
55
- apt
66
- pip
7+
dist: trusty
78
sudo: false
89
addons:
910
apt:
@@ -23,7 +24,8 @@ matrix:
2324
env: NMODE=nikola OS=macOS
2425
python: '3.6'
2526
before_install:
26-
- brew install python3
27+
- brew update
28+
- brew upgrade python
2729
- pip3 install virtualenv
2830
- python3 -m virtualenv nikola-tests-venv
2931
- source nikola-tests-venv/bin/activate

0 commit comments

Comments
 (0)
Please sign in to comment.