-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy path.travis.yml
More file actions
52 lines (44 loc) · 837 Bytes
/
.travis.yml
File metadata and controls
52 lines (44 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
language: julia
julia:
- 1
- nightly
env:
global:
- APM_TEST_PACKAGES="ink language-julia"
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ""
- ATOMJL=master
os:
- linux
matrix:
include:
# # Sanity check for OS X
# - os: osx
# julia: 1
# env: ATOMJL=master
# Sanity check for Atom Beta
- os: linux
julia: 1
env: ATOM_CHANNEL=beta
allow_failures:
- julia: nightly
- env: ATOM_CHANNEL=beta
script:
- julia ci/packages.jl
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
- ./build-package.sh
dist: xenial
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- build-essential
- fakeroot
- git
- libsecret-1-dev
notifications:
email: false