Skip to content

Commit

Permalink
Add travis. (GoogleChrome#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson authored Nov 30, 2018
1 parent 0404f33 commit 5a9369a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- "10"
sudo: false
dist: trusty
git:
depth: 1
cache:
directories:
- node_modules
script:
- npm run build
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# web.dev

[![Build Status](https://travis-ci.org/GoogleChrome/web.dev.svg?branch=master)](https://travis-ci.org/GoogleChrome/web.dev)

web.dev is the ultimate resource for developers of all backgrounds to learn, create, and solve on the web. It's meant to not only educate developers, but help them apply what they've learned to any site they work on, be it personal or business.

## Cloning the repo
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "web.dev",
"version": "0.0.1",
"version": "0.1.0",
"description": "web.dev content and build tools",
"repository": "https://github.com/GoogleChrome/web.dev.git",
"author": "The Chromium Authors",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=10"
},
"scripts": {
"build": "./lib/index.js",
"deploy": "./lib/index.js --deploy"
Expand Down

0 comments on commit 5a9369a

Please sign in to comment.