Skip to content

Commit 59fef06

Browse files
author
frmdstryr
committed
Drop cov, add icon
1 parent e277fcf commit 59fef06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
script:
4141
# Run the enaml test suite
4242
- cd $TRAVIS_BUILD_DIR
43-
- py.test tests --cov enaml-native --cov-report xml -v
43+
- py.test tests --cov-report xml -v
4444

4545
after_success:
4646
- cd $TRAVIS_BUILD_DIR

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# enaml-native-cli
22

3+
[![Build Status](https://travis-ci.org/codelv/enaml-native-cli.svg?branch=master)](https://travis-ci.org/codelv/enaml-native-cli)
4+
35
Cli for [enaml-native](https://github.com/codelv/enaml-native). This is for the new build system
46
which allows more modular app builds.
57

0 commit comments

Comments
 (0)