We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1691de0 commit 65a35e9Copy full SHA for 65a35e9
.travis.yml
@@ -1,6 +1,12 @@
1
-language: dart
2
sudo: false
+
3
+language: dart
4
dart:
5
- stable
6
- dev
7
8
+cache:
9
+ directories:
10
+ - $HOME/.pub-cache
11
12
script: ./tool/travis.sh
pubspec.yaml
@@ -1,5 +1,5 @@
name: source_gen
-version: 0.5.0-dev
+version: 0.5.0
author: Dart Team <[email protected]>
description: Automatic sourcecode generation for Dart
homepage: https://github.com/dart-lang/source_gen
0 commit comments