Kaynağa Gözat

Build assets and deploy onto staging

Kevin van Zonneveld 9 yıl önce
ebeveyn
işleme
e2f32456b8
3 değiştirilmiş dosya ile 8 ekleme ve 6 silme
  1. 5 3
      .travis.yml
  2. BIN
      build/favicon.ico
  3. 3 3
      build/index.html

+ 5 - 3
.travis.yml

@@ -1,11 +1,13 @@
 language: node_js
 
 node_js:
-- 4.2.2
+  - 4.2.2
 
-before_script: "echo 'Build the project : )'"
+before_script:
+  - "npm run-script build"
 
-script: "echo 'Tested : )'"
+script:
+  - "echo 'Tested :)'"
 
 deploy:
   acl              : public_read

BIN
build/favicon.ico


+ 3 - 3
build/index.html

@@ -1,15 +1,15 @@
 <html>
   <head>
     <title>
-      If you see this, JavaScript threw an error
+      Loading..
     </title>
+    <link rel="stylesheet" href="./transloadit-js-client.css" type="text/css" />
   </head>
   <body>
     <h1>
-      If you see this, JavaScript threw an error
+      Loading..
     </h1>
 
-
     <footer>
       <hr />
       <ul>