UNPKG

795 BYAMLView Raw
1language: node_js
2node_js:
3 - "6.9.1"
4env:
5 - CXX=g++-4.8
6addons:
7 apt:
8 sources:
9 - ubuntu-toolchain-r-test
10 packages:
11 - g++-4.8
12
13services:
14 - mongodb
15
16notifications:
17 irc:
18 channels:
19 - "irc.freenode.org#periodicjs"
20 template:
21 - "Build by %{author} :"
22 - "Git Info: %{branch} - %{commit} with the message %{commit_message}"
23 - "Travis states: %{message}"
24 - "Build Details: %{build_url}"
25 - "Change View: %{compare_url}"
26 - "result = %{result}"
27 - "elapsed time... %{duration}"
28 use_notice: true
29 skip_join: false
30
31before_script:
32 - npm install
33
34install:
35 - npm install grunt-cli istanbul -g
36
37branches:
38 only:
39 - master
40 - devel
41git:
42 submodules: false
43
44script:
45 - npm set progress=false && grunt test
\No newline at end of file