
You will need to set ENV['LOCALEAPP'] to the secret key to run the update. Contact randym if you need it.
32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
|
|
<meta name="travis.pusher_key" value="23ed642e81512118260e">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community</title>
|
|
<link rel="icon" type="image/png" href="/favicon.ico">
|
|
<link rel="stylesheet" href="/styles/app.css">
|
|
<script src="/scripts/app.js"></script>
|
|
<script>
|
|
minispade.require('travis')
|
|
Travis.run()
|
|
</script>
|
|
</head>
|
|
<body id="home"></body>
|
|
|
|
<script type="text/javascript">
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-24868285-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
</html>
|
|
|