Skip to content

Commit 07a5ac7

Browse files
author
Russell Toris
committed
email change
1 parent f6caa09 commit 07a5ac7

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,30 @@ python:
66
compiler:
77
- gcc
88

9+
sudo: required
10+
dist: trusty
11+
912
branches:
1013
only:
1114
- master
1215
- develop
1316

1417
install:
15-
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
18+
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu trusty main" > /etc/apt/sources.list.d/ros-latest.list'
1619
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
1720
- sudo apt-get update -qq
18-
- sudo apt-get install python-catkin-pkg python-rosdep ros-hydro-catkin -qq
21+
- sudo apt-get install python-catkin-pkg python-rosdep ros-indigo-catkin -qq
1922
- sudo rosdep init
2023
- rosdep update
2124
- mkdir -p /tmp/ws/src
2225
- ln -s `pwd` /tmp/ws/src/package
2326
- cd /tmp/ws
24-
- rosdep install --from-paths src --ignore-src --rosdistro hydro -y
27+
- rosdep install --from-paths src --ignore-src --rosdistro indigo -y
2528

2629
script:
27-
- source /opt/ros/hydro/setup.bash
30+
- source /opt/ros/indigo/setup.bash
2831
- catkin_make
2932
- catkin_make tests
3033
- source devel/setup.bash
3134
- rostest async_web_server_cpp tests.test
3235
- catkin_make install
33-
- source install/setup.bash

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Original Authors
66
Contributors
77
------------
88

9-
* [Russell Toris](http://users.wpi.edu/~rctoris/) (rctoris@wpi.edu)
9+
* [Russell Toris](https://github.com/rctoris/) (russell.toris@gmail.com)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<version>0.0.3</version>
44
<description>Asynchronous Web/WebSocket Server in C++</description>
55

6-
<maintainer email="rctoris@wpi.edu">Russell Toris</maintainer>
6+
<maintainer email="russell.toris@gmail.com">Russell Toris</maintainer>
77
<author email="mwills@wpi.edu">Mitchell Wills</author>
88

99
<license>BSD</license>

0 commit comments

Comments
 (0)