We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd85a7a commit d4a8b9fCopy full SHA for d4a8b9f
.travis.yml
@@ -1,18 +1,12 @@
1
dist: trusty
2
sudo: required
3
+language: generic
4
cache:
5
- apt
6
env:
7
global:
8
- REPOSITORY=prpy
9
- DISTRIBUTION=https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
-# 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
16
# Install test fixture dependencies.
17
before_install:
18
- mkdir -p "${HOME}/workspace/src"
0 commit comments