forked from oliviercailloux/java-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
10 lines (9 loc) · 1.2 KB
/
.travis.yml
File metadata and controls
10 lines (9 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
language: ruby
git:
depth: 1
rvm: 2.4.1
before_script: gem install awesome_bot
script: find \( -name "*.adoc" -or -name "presentation.tex" \) -print0 | xargs -0 awesome_bot --allow 302 --allow-dupe --white-list 'http://localhost,http://192.168.0.1:8080,http://example.com,http://your-server,https://MyAppName.eu-gb.mybluemix.net,http://java.sun.com/xml/ns/jaxb,http://maven.apache.org/POM/4.0.0,http://jaxb2-commons.dev.java.net/namespace-prefix,http://xmlns.jcp.org/jsf/,http://xmlns.jcp.org/xml/ns/persistence,http://www.w3.org/1999/xhtml,http://www.w3.org/2003/05/soap-envelope,http://schemas.xmlsoap.org/soap/http,https://httpbin.org/image,http://search.maven.org/,https://search.maven.org/,https://docs.microsoft.com/,https://www.drupal.org/node/141051,http://svn.apache.org/viewvc/maven/plugins/,https://fr.wikipedia.org/wiki/,https://maven.apache.org/maven-conventions.html,http://checkstyle.org/eclipse-cs/update/,https://www.change.org/p/larry-ellison-tell-oracle-to-move-forward-java-ee-as-a-critical-part-of-the-global-it-industry/u/22463163'
#drupal says 403 according to awesome_bot, but curl says: HTTP/2 200. Maybe awesome bot does not like awesome HTTP 2? Same for change.org.
notifications:
email: false