Skip to content

Commit

Permalink
travis: enable linux
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Feb 12, 2017
1 parent e7b5682 commit f2f6b3b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ cache: # https://docs.travis-ci.com/user/caching/
- packages
- pip

#python:
# - 2.7
matrix:
include:
- os: osx
python: 2.7
- os: lunix
python: 2.7

r_packages:
- car
Expand Down

0 comments on commit f2f6b3b

Please sign in to comment.