Skip to content

Commit

Permalink
Fixed typo and removed duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
mikej888 committed Oct 31, 2017
1 parent 849f8eb commit cf691cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions travis/HelloWorld.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,3 @@ Make changes to your `hello.py` Python script then commit your changes and push
Create a Python file with some functions, and an associated test file with some unit tests. Update the `script` section of `.travis.yml` to run the tests using py.test.
Explore other languages
-----------------------
Fork and clone https://github.com/softwaresaved/build_and_test_examples.
Enable your fork on Travis CI.
Follow https://github.com/softwaresaved/build_and_test_examples/blob/master/travis/Languages.md to create a Travis CI job for a program in another language.
4 changes: 2 additions & 2 deletions travis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Here, we will set up a first Travis CI job, based around a simple "hello world"

* ["Hello World" with Travis CI](./HelloWorld.md)

Use Travis CI run build-and-test jobs for various languages
-----------------------------------------------------------
Use Travis CI to run build-and-test jobs for various languages
--------------------------------------------------------------

Travis CI can build and run code written in many languages, including C, C++, Fortran, Java, PHP and Python, either directly or via automated build tools like Make or ANT. It can also run unit tests, for example written for CUnit, CppUnit, googletest, JUnit, PHPUnit or pytest, and report on the success or failure of tests. For example, Travis CI provides out-of-the-box support for:

Expand Down

0 comments on commit cf691cd

Please sign in to comment.