diff options
author | Wu Xiaotian <[email protected]> | 2019-12-25 13:32:10 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-01-05 13:56:24 +0100 |
commit | 420e9b332b463e3cf303e898a33e1bcb3a79cbe7 (patch) | |
tree | 848685a709ff0eefe54aa8971971893030889db7 | |
parent | 5a0d1fa2dcf6dc972f17b4c443d321c25e39c68a (diff) | |
download | mate-netbook-420e9b332b463e3cf303e898a33e1bcb3a79cbe7.tar.bz2 mate-netbook-420e9b332b463e3cf303e898a33e1bcb3a79cbe7.tar.xz |
travis: add autopoint
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e639d0b..dca4901 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ env: ########################################################## requires: archlinux: - # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-backgrounds + # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-netbook - clang - gcc - git @@ -77,7 +77,8 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages - # Useful URL: https://salsa.debian.org/debian-mate-team/mate-backgrounds + # Useful URL: https://salsa.debian.org/debian-mate-team/mate-netbook + - autopoint - clang - clang-tools - cppcheck @@ -93,7 +94,7 @@ requires: - yelp-tools fedora: - # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-backgrounds.git + # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-netbook.git - clang - clang-analyzer - cppcheck-htmlreport @@ -109,6 +110,7 @@ requires: - redhat-rpm-config ubuntu: + - autopoint - clang - clang-tools - git |