Add .travis.yml
authorTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>
Wed, 16 Apr 2014 13:25:18 +0000 (22:25 +0900)
committerTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>
Wed, 16 Apr 2014 13:25:18 +0000 (22:25 +0900)
commita674c55bd924b8d0a4cd8087aadac115afd294ad
treeabee2252c1a8c95875914abe2cad8099f18d33e4
parente63b1478b891897345bb1b6275e9d54427cf3560
Add .travis.yml

.travis.yml in this commit means

 (1) Language is C.
 (2) Compiler is 'gcc'
 (3) Before testing, Travis-CI VM install 'gcc-multilib' for 32bit executables.
 (4) Travis-CI invokes 'make test'.

See also :

  Getting started
  http://docs.travis-ci.com/user/getting-started/

  Configuring your build
  http://docs.travis-ci.com/user/build-configuration/

  Building a C Project
  http://docs.travis-ci.com/user/build-configuration/
.travis.yml [new file with mode: 0644]