cms/app-client/.travis.yml
author ymh <ymh.work@gmail.com>
Wed, 21 Dec 2016 15:23:08 +0100
changeset 484 4dab0495f922
parent 456 3a32d2f57429
child 511 fbf4e1afab01
permissions -rw-r--r--
Added tag 0.0.14 for changeset b47da9606c10
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     1
---
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     2
language: node_js
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     3
node_js:
148
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     4
  - "4"
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     6
sudo: false
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     7
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     8
cache:
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     9
  directories:
456
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 262
diff changeset
    10
    - $HOME/.npm
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 262
diff changeset
    11
    - $HOME/.cache # includes bowers cache
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    12
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    13
before_install:
148
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
    14
  - npm config set spin false
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
    15
  - npm install -g bower
261
02e2396bcbbc Migrate to ember 2.7 + correct jquery null context error + declare shim for popcorn (instead of silencing the JSHint error)
ymh <ymh.work@gmail.com>
parents: 148
diff changeset
    16
  - bower --version
148
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
    17
  - npm install phantomjs-prebuilt
262
e999bcaa0c08 Migration to ember 2.8 beta
ymh <ymh.work@gmail.com>
parents: 261
diff changeset
    18
  - node_modules/phantomjs-prebuilt/bin/phantomjs --version
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    19
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    20
install:
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    21
  - npm install
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    22
  - bower install
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    23
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    24
script:
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    25
  - npm test