cms/app-client/.travis.yml
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 14:20:48 +0100
changeset 402 e182294ca4ae
parent 262 e999bcaa0c08
child 456 3a32d2f57429
permissions -rw-r--r--
set new version 0.0.8
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:
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    10
    - node_modules
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    11
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    12
before_install:
148
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
    13
  - npm config set spin false
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
    14
  - 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
    15
  - bower --version
148
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
    16
  - npm install phantomjs-prebuilt
262
e999bcaa0c08 Migration to ember 2.8 beta
ymh <ymh.work@gmail.com>
parents: 261
diff changeset
    17
  - 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
    18
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    19
install:
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    20
  - npm install
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    21
  - bower install
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    22
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    23
script:
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    24
  - npm test