README.md in travish-0.1.1 vs README.md in travish-1.0.0
- old
+ new
@@ -36,14 +36,17 @@
notifications:
slack:
secure: "fXmNnx6XW5OvT/j2jSSHYd3mHwbL+GzUSUSWmZVT0Vx/Ga5jXINTOYRY/9PYgJMqdL8a/L0Mf/18ZZ+tliPlWQ/DnfTz1a3Q/Pf94hfYSGhSGlQC/eXYcpOm/dNOKYQ3sr4tqXtTPylPUDXHeiM2D59ggdlUvVwcALGgHizajPQ="
```
-Running `travish run` will execute all of your commands and set up any ENV variables that are _not_ secure. Running a full build of your test suite.
+## Things it does
-## Things it doesnt do
+* `travish run` will execute all of your commands and set up any ENV variables that are _not_ secure. This will run a full build of your test suite.
+* `travish script` will execute _only the script parts_ of your yml and set up any ENV variables that are _not_ secure. This will run a partial set of your test suite.
+## Things it doesn't do
+
* Support notifications.
* Support secure env variables.
* Support secure anything really.
* Support the default script stages that are ran when a stage is not included.
@@ -60,8 +63,8 @@
* You can run tests by running the command `rspec`
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
### Copyright
-Copyright (c) 2015 Orta Therox & Artsy. See LICENSE.txt for
+Copyright (c) 2015-2017 Orta Therox & Artsy. See LICENSE.txt for
further details.