Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
afa996e6
"vscode:/vscode.git/clone" did not exist on "4c510a5a6975dcb240f9585c8b4368c8a52b85ff"
Commit
afa996e6
authored
Apr 22, 2019
by
Gregor Hartmann
Committed by
Marcel Stör
Apr 22, 2019
Browse files
Use Xenial distribution for Travis (#2736)
no need to install make 4.1 anymore
parent
3515876c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
afa996e6
sudo
:
required
# due to manual install of make 4.1
dist
:
trusty
# due to the make 4.1 not installable on precise
dist
:
xenial
language
:
cpp
# we need at least GNU Make 4.0, which isn't available in trusty, so grab it
# manually from xenial
before_install
:
-
wget http://mirrors.kernel.org/ubuntu/pool/main/m/make-dfsg/make_4.1-6_amd64.deb
-
sudo dpkg -i make_4.1-6_amd64.deb
addons
:
apt
:
packages
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment