diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 82ecc6e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,28 +0,0 @@ -language: cpp -compiler: - - gcc - - clang -before_install: sudo apt-get update -install: - - curl -R -O http://www.lua.org/ftp/lua-5.2.3.tar.gz - - tar zxf lua-5.2.3.tar.gz - - cd lua-5.2.3 - - make linux - - sudo make install - - cd .. -before_script: - - mkdir build - - cd build -script: - - cmake .. - - make - - ./test -branches: - only: - - master -notifications: - recipients: - - jeremycong@gmail.com - email: - on_success: change - on_failure: always \ No newline at end of file diff --git a/README.md b/README.md index 60fa49f..db7b72d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ ____/ \___| _| \___| _| _| \___| ``` -[](https://travis-ci.org/jeremyong/Selene) Simple C++11 friendly bindings to Lua. 