Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit fd438bd

Browse files
enable travisCI
1 parent 3ee11d7 commit fd438bd

11 files changed

+12
-274
lines changed

.travis.yml

+10-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
1-
language: node_js
2-
node_js:
3-
- 0.10
4-
env:
5-
matrix:
6-
- JOB=unit-stable
7-
- JOB=unit-dev
8-
global:
9-
# Sauce Labs
10-
- LOGS_DIR=/tmp/route-build/logs
11-
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready
12-
- SAUCE_USERNAME=angular-ci
13-
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
14-
1+
language: dart
2+
dart:
3+
- stable
4+
with_content_shell: true
155
before_install:
166
- export DISPLAY=:99.0
17-
18-
before_script:
19-
- ./scripts/travis/travis-setup.sh
20-
- ./scripts/sauce/sauce_connect_setup.sh
21-
- ./scripts/sauce/sauce_connect_block.sh
22-
7+
- sh -e /etc/init.d/xvfb start
238
script:
24-
- ./scripts/travis/travis-build.sh
9+
- pub run dart_dev format --check
10+
- pub run dart_dev analyze
11+
- pub run dart_dev test
12+
- pub run dart_dev coverage --no-html
13+
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# Name/Organization <email address>
55

66
Google Inc.
7+
Workiva

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Route
22
=====
3+
[![Build Status](https://travis-ci.org/Workiva/route.dart.svg?branch=master)](https://travis-ci.org/Workiva/route.dart) [![codecov.io](http://codecov.io/github/Workiva/route.dart/coverage.svg?branch=master)](http://codecov.io/github/Workiva/route.dart?branch=master)
34

45
Route is a client routing library for Dart that helps make building
56
single-page web apps.

codereview.settings

-3
This file was deleted.

karma.conf.js

-62
This file was deleted.

package.json

-28
This file was deleted.

scripts/env.sh

-53
This file was deleted.

scripts/sauce/sauce_connect_block.sh

-7
This file was deleted.

scripts/sauce/sauce_connect_setup.sh

-48
This file was deleted.

scripts/travis/travis-build.sh

-15
This file was deleted.

scripts/travis/travis-setup.sh

-37
This file was deleted.

0 commit comments

Comments
 (0)