Update travis config with Dart 2.8 beta and Dart 2.9 dev (#515)

diff --git a/.travis.yml b/.travis.yml
index 33f2b5d..c8606bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,8 @@
 dart:
   # Keep this value aligned with min SDK value in pubspec.yaml and FROM line of Dockerfile
   - "2.7.2"
-  - "2.8.0-dev.20.0"
+  - "2.8.0-20.11.beta"
+  - "2.9.0-2.0.dev"
 
 # Speed up builds by using containerization. Disable this if you need to use
 # sudo in your scripts.