Skip to content

Commit bad4367

Browse files
committed
Verbiage
1 parent c66482a commit bad4367

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ash Travis Buildpack
22

3-
This project contains the Buildfile to add to a `.travis.yml` file to easily get an Ash module set up on [Travis CI](https://travis-ci.org/).
3+
This project contains a `Buildfile` and a `.travis.yml` file to easily get an Ash module set up on [Travis CI](https://travis-ci.org/).
44

55
## Getting Started
66

@@ -16,6 +16,8 @@ ash test:travis
1616

1717
Assuming you've already written your tests, you won't need to do anything other than turn Travis on.
1818

19+
If you haven't written your tests yet, first check out the [test module's](https://github.com/ash-shell/test) README before setting up Travis.
20+
1921
## Disclaimer
2022

2123
You'll note in the supplied [.travis.yml](/travis.yml) is using a bit.ly link. I've added this to keep track of the number of times this file has been downloaded (simply out of pure curiosity). The data is completely anonymized, so I suspect nobody should have a problem with it -- but in the event you do, you can remove the `-A ""` part out of the curl command, as bit.ly won't track a "click" unless it is supplied a User Agent. You could also supply the Buildfile in your own repository and use that.

0 commit comments

Comments
 (0)