build sky_tools using travis

This commit is contained in:
Devon Carew 2015-08-06 14:25:55 -07:00
parent 777f0c35d4
commit 0257cbd12b
2 changed files with 21 additions and 6 deletions

View File

@ -1,11 +1,13 @@
name: sky_tools
version: 0.0.6
description: Tools for building Sky applications
homepage: https://github.com/domokit/sky_tools
author: Chromium Authors <sky-dev@googlegroups.com>
environment:
sdk: ">=1.8.0 <2.0.0"
dependencies:
args: ^0.13.0
shelf: ^0.6.2
shelf_static: ^0.2.3
description: Tools for building Sky applications
environment:
sdk: ">=1.8.0 <2.0.0"
homepage: https://github.com/domokit/sky_tools
name: sky_tools
version: 0.0.6

View File

@ -0,0 +1,13 @@
#!/bin/bash
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Fast fail the script on failures.
set -e
# Verify that the libraries are error free.
dartanalyzer --fatal-warnings \
bin/build_sky_apk.dart \
lib/sky_server.dart