Skip to content

Commit d4a8b9f

Browse files
author
Michael Koval
committed
Switched to 'language: generic'.
1 parent cd85a7a commit d4a8b9f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
dist: trusty
22
sudo: required
3+
language: generic
34
cache:
45
- apt
56
env:
67
global:
78
- REPOSITORY=prpy
89
- DISTRIBUTION=https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
9-
# Allow Python to find packages installed by apt.
10-
# See: http://docs.travis-ci.com/user/languages/python/#Travis-CI-Uses-Isolated-virtualenvs
11-
language: python
12-
python:
13-
- '2.7'
14-
virtualenv:
15-
system_site_packages: true
1610
# Install test fixture dependencies.
1711
before_install:
1812
- mkdir -p "${HOME}/workspace/src"

0 commit comments

Comments
 (0)