travis-web/public/index.html

26 lines
692 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
<title>Travis CI - Distributed Continuous Integration Platform for the Open Source Community</title>
<link rel="stylesheet" href="/stylesheets/application.css">
<script src="/javascripts/vendor.js"></script>
<script src="/javascripts/application.js"></script>
<script>
// minispade.require('mocks')
minispade.require('app')
if(location.hostname != 'localhost') {
Travis.Pusher.KEY = '23ed642e81512118260e'
}
$(function() {
Travis.run()
});
</script>
</head>
<body></body>
</html>