Skip to content

Commit

Permalink
Merge pull request #96 from flutter/fix_travis
Browse files Browse the repository at this point in the history
Switch Travis to using the alpha version of Flutter
  • Loading branch information
abarth committed Nov 20, 2015
2 parents 5cd2152 + d9f0b3b commit 1c3867b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ language: dart
dart:
- dev
sudo: false
before_install: ./tool/before_install.sh
script: ./tool/travis.sh
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: flutter_github_io
version: 0.0.1
dev_dependencies:
flutter: any
flutter:
path: ../flutter/packages/flutter
path: any
6 changes: 6 additions & 0 deletions tool/before_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

# Fast fail the script on failures.
set -e

(cd ..; git clone https://github.com/flutter/flutter.git -b alpha)

0 comments on commit 1c3867b

Please sign in to comment.