summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBlackEagle <ike.devolder@gmail.com>2018-02-20 21:23:46 +0100
committerBlackEagle <ike.devolder@gmail.com>2018-02-20 21:23:46 +0100
commit39742081d4ecdbf2f55830a3f97cc22ff60460ad (patch)
tree9b15cb9d70fee627a8180bf808fd40c473f3a0ae /.travis.yml
parente7df8539e76402c2d42371379c9e27d31838d186 (diff)
downloadvdebug-39742081d4ecdbf2f55830a3f97cc22ff60460ad.zip
make the testing universal for debian and ubuntu
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e7ce4d..9c1044d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ before_install:
- docker ps
install:
- |-
- docker exec -t vdebug-distro-test bash -c "apt-get update && apt-get install -y sudo vim-gtk3 xvfb python3 ruby-dev gcc make automake libtool php-cli php-xdebug locales && gem install bundler && locale-gen en_US.UTF-8 && echo 'LANG=en_US.UTF-8' > /etc/default/locale && useradd -u $(id -u) -M -s /bin/bash -d /travis travis && echo '%travis ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/travis"
+ docker exec -t vdebug-distro-test bash -c "apt-get update && apt-get install -y sudo vim-gtk3 xvfb python3 ruby-dev gcc make automake libtool php-cli php-xdebug locales && gem install bundler && echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen && echo 'LANG=en_US.UTF-8' > /etc/default/locale && useradd -u $(id -u) -M -s /bin/bash -d /travis travis && echo '%travis ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/travis"
- docker exec -t vdebug-distro-test su - travis -c "bundle install"
script:
- docker exec -t vdebug-distro-test su - travis -c "python3 -m unittest discover"