Browse Source

Try latest version of Gogs.

Jeff Geerling 7 years ago
parent
commit
2673cef833
2 changed files with 1 additions and 4 deletions
  1. 0 3
      .travis.yml
  2. 1 1
      defaults/main.yml

+ 0 - 3
.travis.yml

@@ -5,9 +5,6 @@ env:
   - distro: centos7
     init: /usr/lib/systemd/systemd
     run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
-  - distro: centos6
-    init: /sbin/init
-    run_opts: ""
   - distro: ubuntu1604
     init: /lib/systemd/systemd
     run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"

+ 1 - 1
defaults/main.yml

@@ -1,7 +1,7 @@
 ---
 gogs_user: git
 gogs_user_home: /home/git
-gogs_binary_url: https://github.com/gogits/gogs/releases/download/v0.8.25/linux_amd64.zip
+gogs_binary_url: https://github.com/gogits/gogs/releases/download/v0.9.97/linux_amd64.tar.gz
 gogs_http_port: "3000"
 gogs_use_mysql: false
 gogs_db_name: gogs