Skip to content

Commit

Permalink
[dist] Use 2.7 packages for testing 2.7 branch in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed Jun 27, 2017
1 parent d4bddd6 commit be9fc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ci/obs_testsuite_travis_install.sh
Expand Up @@ -8,7 +8,7 @@ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C5C219E7

# Install updates from our own repository
sudo chmod a+w /etc/apt/sources.list.d
echo 'deb http://download.opensuse.org/repositories/OBS:/Server:/Unstable/xUbuntu_12.04 /' > /etc/apt/sources.list.d/opensuse.list
echo 'deb http://download.opensuse.org/repositories/OBS:/Server:/2.7/xUbuntu_12.04 /' > /etc/apt/sources.list.d/opensuse.list

# We could use this to only update the package list from the OBS,
# but apprently this is not possible anymore. So we update all package lists.
Expand Down

0 comments on commit be9fc5f

Please sign in to comment.