- January 17, 2018
-
Articles, Programming
-
#gcc, #gcc 5, #gcc5, ...
Travis CI is a platform where you can test the software you build after every Github push (in my case).
After you have did the push, Github send a request to Travis and it start to clone and build your project about the instructions from
configuration file from your repo.
But, this time I will […]