Skip to content

Commit

Permalink
remove references to travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Feb 7, 2020
1 parent 8c812b9 commit 2149a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
11 changes: 2 additions & 9 deletions README.md
@@ -1,4 +1,4 @@
# Metal [![version]][semver] [![travis.badge]][travis.metal] [![appveyor.badge]][appveyor.metal] [![gitter.badge]][gitter.metal] [![godbolt.badge]][godbolt.metal]
# Metal [![version]][semver] [![gitter.badge]][gitter.metal] [![godbolt.badge]][godbolt.metal]

Metal is a single-header C++11 library designed to make you love template
metaprogramming.
Expand Down Expand Up @@ -83,8 +83,7 @@ You don't need to just take my word for it, see for yourself at [metaben.ch].
## Portable
Metal is continuously tested on [Travis CI][travis.metal] and [Appveyor CI][appveyor.metal].
It is known to work on GCC 4.7+, Clang 3.8+ and on the latest releases of Visual Studio and Xcode.
Metal is known to work on GCC 4.7+, Clang 3.8+ and on the latest releases of Visual Studio and Xcode.
## Documentation
Expand All @@ -100,12 +99,6 @@ This project is licensed under the [MIT][license].
[godbolt.metal]: https://godbolt.org/g/JN13FQ
[travis.metal]: http://travis-ci.org/brunocodutra/metal
[travis.badge]: http://travis-ci.org/brunocodutra/metal.svg?branch=master
[appveyor.metal]: http://ci.appveyor.com/project/brunocodutra/metal
[appveyor.badge]: http://ci.appveyor.com/api/projects/status/85pk8n05n4r5x103/branch/master?svg=true
[gitter.metal]: http://gitter.im/brunocodutra/metal?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
[gitter.badge]: http://badges.gitter.im/brunocodutra/metal.svg
Expand Down
3 changes: 0 additions & 3 deletions doc/manual.md
Expand Up @@ -736,9 +736,6 @@ the binary representation of numerical values is entirely irrelevant.
[SFINAE]: http://en.cppreference.com/w/cpp/language/sfinae
[RAII]: http://en.cppreference.com/w/cpp/language/raii

[travis.metal]: http://travis-ci.org/brunocodutra/metal
[appveyor.metal]: http://ci.appveyor.com/project/brunocodutra/metal

[Metal.portable]: http://github.com/brunocodutra/metal#portable
[Metal.releases]: http://github.com/brunocodutra/metal/releases
[Metal.headers]: http://github.com/brunocodutra/metal/tree/master/include
Expand Down

0 comments on commit 2149a7c

Please sign in to comment.