19 lines
610 B
HTML
19 lines
610 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Travis CI - Distributed Continuous Integration Platform for the Open Source Community</title>
|
|
<link rel="icon" type="image/png" href="/favicon.ico">
|
|
<link rel="stylesheet" href="/stylesheets/application.css">
|
|
<script src="/javascripts/application.js"></script>
|
|
<script>
|
|
minispade.require('app')
|
|
Travis.run()
|
|
</script>
|
|
</head>
|
|
<body id="home"></body>
|
|
</html>
|
|
|