Skip to content

Commit a679c9a

Browse files
committed
Update dates. Use pandoc in travis to update the github pages.
1 parent d709a29 commit a679c9a

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

.travis.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
language: java
2+
3+
addons:
4+
apt:
5+
update: true
6+
packages:
7+
- pandoc
8+
29
jdk:
310
- oraclejdk11
411
- openjdk8
512
- openjdk9
613
- openjdk10
714
- openjdk11
815
- openjdk12
9-
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
16+
17+
install:
18+
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
19+
- mkdir ghpages
20+
- pandoc -o ghpages/index.html README.md
21+
- printf "%s" "$GH_PAGES_DEPLOYMENT_KEY" > gh_pages_deployment_key
22+
23+
deploy:
24+
provider: pages:git
25+
edge: true
26+
skip_cleanup: true
27+
local_dir: ghpages
28+
deploy_key: gh_pages_deployment_key
29+
keep_history: true
30+
on:
31+
branch: master

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 The SoftLayer Developer Network
3+
Copyright (c) 2020 The SoftLayer Developer Network
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ fully qualified class name of your implementation on a single line in a file in
289289

290290
## Copyright
291291

292-
This software is Copyright (c) 2018 The SoftLayer Developer Network. See the bundled LICENSE file for more information.
292+
This software is Copyright (c) 2020 The SoftLayer Developer Network. See the bundled LICENSE file for more information.

0 commit comments

Comments
 (0)