mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
install bower
This commit is contained in:
parent
0a3e24abbb
commit
3abe69f1d4
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -1,12 +1,22 @@
|
||||||
dist: trusty
|
dist: trusty
|
||||||
language: clojure
|
language: clojure
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.m2
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install python-software-properties
|
||||||
|
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
||||||
|
- sudo apt-get install nodejs
|
||||||
|
- sudo npm install -g bower
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: build
|
- stage: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue