diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-07 01:00:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 01:00:24 -0400 |
commit | 60cc50d8f6785d33adf4dafd456c836c96a9e3de (patch) | |
tree | a887c1dc931f0c434e912c9209c8fa91c2d003e9 /.travis.yml | |
parent | 5382d8222915727a47c36f0e7ac280c701dbfcdf (diff) | |
download | frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.gz frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.bz2 frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.zip |
Enhancement/message parsing (#369)
* Test custom regex
* Remove statics, use lists, and add amp (#366)
* Remove statics, use lists, and add amp
* Remove another jvmstatic
* Update parser for messages
* Update dependencies
* Update travis
* Use parsing for background im fetcher
* Update changelog
* Update changelog
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 29b76fb8..a19928ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ android: components: - tools - platform-tools - - build-tools-26.0.1 + - build-tools-26.0.2 - android-26 - extra-android-support - extra-android-m2repository |