Make the dev version explicit (#499)

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