borisrepl / boris

A tiny REPL for PHP
MIT License
2.15k stars 115 forks source link

Adding Travis CI #110

Closed wogsland closed 9 years ago

wogsland commented 9 years ago

To start Travis CI automation after accepting pull request, 1). Login to https://travis-ci.org with the borisrepl github account. 2). Click + next to "My Repositories" on the left. 3). Turn on borisrepl/boris. 4). Push to master and Travis will build and run all the unit tests on several current versions of PHP.

(Also removed unused credential file so automated unit testing would work.)

wogsland commented 9 years ago

@GrahamCampbell Thanks for pointing those out - haven't looked at the Travis documentation in a while. If it ain't broke...